home *** CD-ROM | disk | FTP | other *** search
- 1) Fixed two more problems with VT102 emulation. The first corrected
- incorrect double-spacing of lines, the second caused data to not be lined
- up correctly when printing to certain printers.
-
- 2) If the Procedure command END is executed, Procedures left on the "stack"
- via previous NEST commands are now cleared out. In other words, an explicit
- END command (unlike a Procedure that finishes without an END command) cancels
- all previous NEST commands.
-
- 3) Fixed bug in ZMODEM receive that trashed a non-MacBinary file that had been
- aborted and later resumed.
-
- 4) Fixed bug in page printing routines that could clip off top of first line
- on each page when a large font size was selected.
-
- 5) Fixed bug where a PROMPT ^ Procedure command, when satisfied, did not
- disable all active ALERT commands.
-
- 6) Fixed bug with menus showing up in bizarre order under alpha version of
- System 7.0.
-
- 7) The Service->Procedure->Write For Me function will now properly write
- commands for Short Break Signal, Long Break Signal, Invert DTR For 1 Second,
- and ASCII DEL character (code 127).